﻿/* CSS Document */
/*{margin:0;padding:0;list-style:none;border:none;}*/
/* body{height:2000px;background:#fafafa;} */
.totop
{
    position:fixed;
    right:25px;
    bottom:25px;
    display:block;
    width:77px;
    height:77px;
    background:url(/mv_skin/all/gototop1.jpg) no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
}
.totop:hover
{
    background:url(/mv_skin/all/gototop2.jpg) no-repeat;
}